net/http.Server.logf (method)
9 uses
net/http (current package)
server.go#L1152: w.conn.server.logf("http: response.WriteHeader on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1157: w.conn.server.logf("http: superfluous response.WriteHeader call from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1195: w.conn.server.logf("http: invalid Content-Length of %q", cl)
server.go#L1471: w.conn.server.logf("http: WriteHeader called with both Transfer-Encoding of %q and a Content-Length of %d",
server.go#L1633: w.conn.server.logf("http: response.Write on hijacked connection from %s (%s:%d)", caller.Function, path.Base(caller.File), caller.Line)
server.go#L1908: c.server.logf("http: panic serving %v: %v\n%s", c.remoteAddr, err, buf)
server.go#L1943: c.server.logf("http: TLS handshake error from %s: %v", c.rwc.RemoteAddr(), reason)
server.go#L3448: s.logf("http: Accept error: %v; retrying in %v", err, tempDelay)
server.go#L3646: func (s *Server) logf(format string, args ...any) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |